<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*
-----------------------------内页样式start-----------------------------
*/

/*lins预约*/
.prompt{
    padding:20px 40px;
    background: #e9f5fb;
}
.promptTitle{
    height: 34px;
    line-height: 34px;
    font-size:18px;
    color: #333;
}
.promptCon{
    line-height:28px;
    font-size: 14px;
    color: #666;
}
.promptCon span.span1{
    font-size: 14px;
    color: #dd0000;
    font-weight: bold;
}
.temBtn{
    height: 46px;
}
.temBtn dd{
    float: left;
    display: inline;
    width: 121px;
    height: 46px;
    line-height: 46px;
    margin-right:10px;
    background: #e6e6e6;
    border-radius: 3px;
    text-align: center;
}
.temBtn dd a{
    display: block;
    font-size: 14px;
    color: #999;
    border-radius: 3px;
    transition: all 0.5 linear;
    -webkit-transition: all 0.5 linear;
}
.temBtn dd:hover a{
    color: #fff;
    background: #426cfe;
}
.temBtn dd.hover a{
    color: #fff;
    background: #426cfe;
}
/*按时间预约*/
.chageBox .title,.chageBox1 .title{
    height: 40px;
    line-height: 40px;
    width: 100px;
    margin-right: 25px;
    font-size: 14px;
    color: #999;
}
.forBox{
    overflow:hidden;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
}
.forBox .forIpt{
    width: 100%;
    height: 38px;
    line-height: 38px;
    border:none;
    font-size: 14px;
    color: #333;
    background: url(../images/date.png) right center no-repeat;
}
.forBox.w_270{
    width: 260px;
    padding: 0 5px;
	color: #555;
	font-size: 14px;
}

.changeDl{
    box-sizing: border-box;
	margin-right: -10px;
}

.changeDl dd{
    float: left;
    display: inline;
    width: 33.333%;
    font-size: 14px;
    color: #999;
    text-align: center;
    cursor: pointer;
}
.changeDl dd .con{
	margin-right: 10px;
	border: 1px solid #f2f2f2;
	height:38px;
	line-height: 38px;
	position: relative;
}
.changeDl dd .con:after{
	display: block;
	content: "";
	position: absolute;
	width: 11px;
	height: 9px;
	left: 50%;
	margin-left: -6px;
	bottom: -32px;
	background: url(../images/topBtn.jpg) center center no-repeat;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.changeDl dd.hover .con{
    background: #426cfe;
    color: #fff;
	border-color:#426cfe;

}
.changeDl dd.hover .con:after{
	visibility: visible;
	opacity: 1;
}
.changeTime{
    overflow: hidden;
}
.timeBox{
    padding: 20px;
    border: 1px solid #e6e6e6;
	background: #f3f3f3;
}
.timeBox .timeUl{
    overflow: hidden;
    margin-right: -35px;
}
.timeBox .timeUl li{
    float: left;
    display: inline;
    margin-right:17px;
   width: 58px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 15px;
}
.timeBox .timeUl li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333;
    border-radius: 16px;
	background: #fff;
}
/*.timeBox .timeUl li:hover a{
    background: #426cfe;
    color: #fff;
    border-color: #426cfe;
}*/
.timeBox .timeUl li.active a{
    background: #426cfe;
    color: #fff;
    border-color: #426cfe;
}
.rangeText{height: 40px; margin: 0 10px; width: 10px; position: relative;}
.rangeText:before{ display: block; content: ''; position: absolute; left: 0px; top: 50%; border-bottom: 1px solid #b5b5b5; width: 100%;}
/*选择老师*/
.changeTeacher{
    margin-right:-10px;
}
.changeTeacher dd{
    float: left;
    display:inline;
    width: 261px;
    margin-right: 10px;
    text-align: center;
}
.forBox1{
    border: 1px solid #e6e6e6;
    /* height: 38px; */
    /* line-height: 38px; */
}
.forDiv .demo2 {
    width: 100%;
    /* height: 38px; */
    position: relative;
}

.forDiv .demo2 .seljg {
    padding: 9px 30px 9px 10px;
    line-height: 20px;
    color: #666666;
    font-size: 13px;
    cursor: pointer;
	min-height: 20px;
    text-align: center;
}

.forDiv .demo2 .seljg input {
    display: block;
    width: 100%;
    height: 30px;
    border: none;
    background: none;
}

.forDiv .demo2 i {
    display: block;
    width: 30px;
    height: 38px;
    background: url(../images/sel.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top:50%;
	margin-top: -19px;
    cursor: pointer;
}

.forDiv .demo2 .selTj {
    width: 100%;
    overflow: hidden;
    border-top: none;
    max-height:110px;
    overflow-y: auto;
    position: absolute;
    left: -1px;
    top: 100%;
    background: #FFF;
    display: none;
    z-index: 100000;
    border: 1px solid #ddd;
}

.forDiv .demo2 .selTj a {
    display: block;
    line-height: 20px;
    padding: 5px 0px 5px 10px;
    color: #666666;
    margin-bottom: 1px;
    font-size: 12px;
    text-align: center;
}

.forDiv .demo2 .selTj a:hover {
    background: #f8f8f8;
    color: #ff7800;
}

.forDiv .demo2 .selTj a.hover {
    background: #f8f8f8;
    color: #000;
}
.chageTeacDl{
    overflow: hidden;
    margin-right: -10px;
}
.chageTeacDl dd{
    float: left;
    display: inline;
    width: 16.6667%;
    margin-bottom:10px;
}
.chageTeacDl dd .con{
    position: relative;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
    padding: 10px;
}
.chageTeacDl dd .con .changeTeacCon{
    padding-top: 5px;
}
.chageTeacDl dd .con .changeTeacCon .pic{
    width:34px;
    height: 34px;
    overflow: hidden;
    border-radius: 34px;
    background: #999;
    margin: 0 auto;
}
.chageTeacDl dd .con .changeTeacCon .pic img{
    display: block;
    width: 100%;
    height: 100%
    border-radius: 34px;
}
.chageTeacDl dd .con .changeTeacCon .teacherName{
    height: 56px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.chageTeacDl dd .con .teacherBtnView{
    width: 75px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    margin: 0 auto;
    border:1px solid #426cfe;
    border-radius: 12px;
}
.chageTeacDl dd .con .teacherBtnView a{
    display: block;
    
    color: #426cfe;
}
.chageTeacDl dd .con  .changeSelect{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(../images/tool1.png) center center no-repeat;
}
.chageTeacDl dd.hover .con .changeSelect{
    background: url(../images/tool2.png) center center no-repeat;
} 
.chageTeacDlBtn{
	border-top: 1px solid #e6e6e6;
}
.chageTeacDlBtn a{
	display: block;
	border: 1px solid #e6e6e6;
	width: 145px;
	height: 46px;
	margin: 0 auto;
	border-top: none;
}
.chageTeacDlBtn a span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #a7adc2;
}
.chageTeacDlBtn a span.text{
	height: 30px;
	line-height: 30px;
}
.chageTeacDlBtn a span.con{
	height:9px;
	line-height: 9px;
	background: url(../images/bottomBtn.png) center center no-repeat;
}
.chageTeacDl.byTeachers{
	height: 304px;
	overflow: hidden;
}
.chageTeacDl.byTeachers.hover{
	height: auto !important;
}
/*老师详情弹窗*/
.teacherPop {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
    display: none;
}

.teacherPopCont {
    width: 1190px;
    height: 605px;
    border: 10px solid #fff;
    border-radius: 3px;
    background: #fff;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -595px;
    margin-top: -350px;
    border-radius: 10px;
}

.tacCon {
    overflow: hidden;
    padding: 30px;
}
.teacherVideo{
    position: relative;
    width: 354px;
    margin-right: 42px;
}
.teacherVideo:after{
    display: block;
    content: "";
    padding-top: 65.1163%;
}
.teacherVideo #a1{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
.tacCon .text{
    overflow: hidden;
    height: 315px;
    overflow-y: auto;
}
.tacCon .text .name{
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #666;
    border: 1px solid #e5e5e5;
    
}
.tacCon .text .names{ padding: 0 10px;}
.tacCon .text .name+.name{
    border-top: none;
}
.aykj-table{ width: 100%;}
.tacCon .text .nameText{
    width: 135px;
    padding:0 10px;
    border-right: 1px solid #e5e5e5;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
}
.tacCon .text .name span{
    color: #333;
}
.tacCon .text .intrd{
    line-height: 35px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.tacCon .text .intrd td{padding: 0 10px;}
.tacCon .text .intrd i{
    display: block;
    font-style: normal;
    font-size: 16px;
    color: #666;
    height: 30px;
    line-height: 50px;
    margin-bottom: 10px;
}
.aykjClass .layui-layer-setwin{
    z-index: 999999 !important;
    display: block;
    width: 30px;
    height: 30px;
}
.aykjClass .layui-layer-close2{
    position: absolute;
    right: 0px !important;
    top: 0px !important;
    width: 30px;
    height: 30px;
    margin-left: 0;
    z-index: 10;
    background-position: -103px -31px; 
    background: url(../images/coles2.png) center center no-repeat !important;
}

/*按老师选择*/
.chageBox .title1{
    text-align: left;
}
.layout{
    width: 400px;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 30px;
}
.layout .layoutTitle{
    padding: 5px 20px;
    margin-right: -10px;
    background: #426cfe;
    box-sizing: border-box;
}
.layout .layoutTitle dd{
    float: left;
    display: inline;
    width: 50%;
   padding-right: 10px;
    box-sizing: border-box;
}
.layout .layoutTitle dd .demo2{
    background: #fff;
}
.tabox{
    width: 400px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.tabox .dataTitle{
    overflow: hidden;
    height: 45px;
    line-height: 45px;
}
.tabox .dataTitle dd{
    float: left;
    display: inline;
    width: 14.2857%;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    font-size: 16px;
    color: #b5bccf;
}
.tabox dl dd:nth-child(7n){
    border-right: none;
}
.tableCon{
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-top: none;
}
.tableCon dd{
    float: left;
    display: inline;
    width: 14.2857%;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
    font-size: 14px;
    color: #c3c3c3;
    height: 45px;
    background:#f5f5f5;
    line-height:45px;
}
.tableCon.tabconDl dd{
	height: 68px;
	line-height: 68px;
}
.tableCon dd.fasle{
    color: #eee;
    background:#ddd;
}
/* .tableCon dd.tabColor{
    background: #f5f5f5;
} */
.tableCon dd.active{
    background: #426cfe;
    color: #fff;
}
.tableCon dd.hover{
    background: #ff8c00;
    color: #fff;
}
.tableCon dd:nth-child(7n){
    border-right: none;
}
.tableTime{
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
    background: #f5f5f5;
    display: none;
}
.tableTime.hover{
    display: block;
}
.tableTime .btnBox{
    height: 80px;
    overflow: hidden;
}
.tableTime .btnBox .btna{
    display: inline;
    float: left;
    width: 120px;
    height: 40px;
    border-radius: 2px;
    margin-left: 25px;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.tableTime .btnBox .btna a{
    display: block;
}
.tableTime .btnBox .btna.open a{
    background: #1cbc9d;
    color: #fff;
    border-radius: 2px;
}
.tableTime .btnBox .btna.close a{
    background: #e6e6e6;
    color: #666;
    border-radius: 2px;
}
.tableTime li.line{
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    float: left;
    display: inline;
    width: 171.14px;
    height: 50px;
}
.tableTime li.line:nth-child(7n+1){
    border-right: none;
}
.tableTime li.line .pointTime{
    font-size: 16px;
    color: #333;
    width: 50%;
    line-height: 50px;
    text-align: center;
}
.tableTime li.line  .btn {
    padding: 11px 0;
}
.tableTime li.line  .btn a{
    display: block;
    margin: 0 auto;
    line-height: 27px;
    width: 68px;
    height: 27px;
    background: #e6e6e6;
    overflow: hidden;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    color: #666;
}
.layoytR{
    overflow: hidden;
    height:315px;
    border: 1px solid #e6e6e6;
}
.layoytR .timeDl .timeBox{
    border-style: none;
}
.watchDl{
	overflow: hidden;
}
.watchDl dd{
	float: left;
	display: inline;
	margin-bottom: 5px;
	text-align: center;
	font-size: 14px;
	color: #333;
}
.watchDl dd.year{
	width: 225px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e6e6e6;
	margin-right: 6px;
}
.watchDl dd.data{
	width: 165px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e6e6e6;
}
/*固定预约*/
.chageBox .fh{
    height:40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #666;
}
.changeR{
    overflow: hidden;
}
.fixedZs{
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #999;
}
.temBox1{
    padding: 0 30px;
}
/*我的课表*/

/*临时课表*/
.changeLayout1 .layout{
    width: 100%;
}
.changeLayout1 .layout .tabox{
    width: 100%;
}
.changeLayout1 .layout .tabox dl{
    line-height: 68px;
}
.changeLayout1 .layout .tabox .dataTitle{
    height: 68px;
    background: #426cfe;
    border: 1px solid #426cfe;
} 
.changeLayout1 .layout .tabox .dataTitle dd{
    color: #fff;
}
.changeLayout1 .layout .tabox .tableCon dd.course{
    height: 68px;
    font-size: 14px;
    color: #999;
    background: url(../images/icn5.png) center center no-repeat;
    text-align:right;
    padding-right: 10px;
    line-height: 32px;
}
.changeLayout1 .layout .tabox .tableCon dd.course:hover{
    background: url(../images/icn6.png) center center no-repeat;
}
.changeLayout1 .layout .tabox .tableCon dd.course.hover{
    background: url(../images/icn6.png) center center no-repeat;
}
/*这里需要改一下  我暂时用的hover的效果*/
.changeLayout1 .layout .tabox .tableCon dd.isHover{
    background: url(../images/icn6.png) center center no-repeat;
}

/*课程安排*/
.chageBox .title2{
    height:52px;
    line-height: 52px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
/*上课记录*/
.classDl{
    height: 40px;
    line-height: 40px;
    margin-right: -43px;
}
.classDl dd{
    float: left;
    display: inline;
    margin-right: 25px;
}
.classDl dd .title{
    width: 80px;
    margin-right: 10px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
}
.w_200{
    width: 200px;
}
.w_180{
    width: 180px;
}
.w_165{
    width: 165px;
}
.classBtn{
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #426cfe;
	margin: 0  auto;
}
.classBtn a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
/*我的教材*/
.textBook ul{
    overflow: hidden;
}
.textBook ul li{
    float: left;
    display: inline;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d7d7d7;
    margin-right: 20px;
    padding: 0 20px;
    border-radius: 20px;
}
.textBook ul li a{
    display: block;
    font-size: 14px;
    color: #999;
}
.textBook ul li:hover{
    border-color: #426cfe;
}
.textBook ul li:hover a{
    color: #426cfe;
}
.textBook ul li.hover{
    border-color: #426cfe;
}
.textBook ul li.hover a{
    color: #426cfe;
}
.bookDl dd{
    overflow: hidden;
}
.bookDl dd .pic{
    width: 300px;
    position: relative;
    margin-right: 30px;
}
.bookDl dd .pic:after{
    display: block;
    content: "";
    padding-top: 66.667%;
}
.bookDl dd .pic img{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bookDl dd .text{
    overflow: hidden;
}
.bookDl dd .text .title{
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    overflow: hidden;
}
.bookDl dd .text .title a{
    color: #4c4c4c;
    font-weight: bold;
}
.bookDl dd .text .txt{
    height: 60px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.bookDl dd .text .bookT{
    height: 20px;
    line-height: 20px;
} 
.bookDl dd .text .bookT .bookBox{
    position: relative;
    margin-top: 5px;
    width: 430px;
    height: 10px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-right: 5px;
}
.bookDl dd .text .bookT .bookBox .bookCon{
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    left: 0;
    background: #426cfe;
    border-radius: 10px;
}
.bookDl dd .text .bookT .value{
    overflow: hidden;
    font-size: 14px;
    color: #426cfe;
}
.bookDl dd .text .divBtn{
    overflow: hidden;
}
.bookDl dd .text .divBtn .btnA{
    float: left;
    display: inline;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ddd;
    margin-right: 20px;
    padding: 0 20px;
    border-radius: 20px;
}
.bookDl dd .text .divBtn .btnA a{
    display: block;
    font-size: 14px;
    color: #999;
}
.bookDl dd .text .divBtn .btnA:hover{
    background: #426cfe;
	border-color: #426cfe;
}
.bookDl dd .text .divBtn .btnA:hover a{
    color: #fff;
}
.bookDl dd .text .divBtn .btnA.hover{
    background: #426cfe;
	border-color: #426cfe;
}
.bookDl dd .text .divBtn .btnA.hover a{
    color: #fff;
}

.bookDl dd .text .divBtn .btnA:nth-child(2){
	border-color: #426cfe;
}
.bookDl dd .text .divBtn .btnA:nth-child(2) a{
	color: #426cfe;
}
.bookDl dd .text .divBtn .btnA:nth-child(2){
	border-color: #426cfe;
}
.bookDl dd .text .divBtn .btnA:nth-child(2) a:hover{
	color: #fff;
}
/*账户信息个人中心*/
.personalDl dd {
    margin-bottom: 20px;
}
.personalDl dd .title{
    width: 135px;
    text-align: right;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #999;
}
.personalDl dd .title.title1{
    height:120px;
    line-height: 120px;
}
.personalDl dd.dd1 .xin{
    width: 20px;
    line-height: 120px;
}
.personalDl dd .xin{
    width: 20px;
    line-height: 40px;
    font-size:14px;
    color: #db0000;
}
.personalDl dd .xin.xin1{
    color: transparent;
}
.w_350{
    width:350px;
}
.personalDl dd.dd3 .forBox1{
    margin-right: 20px;
}
.forBox1 .forDiv {
    height: 100%;
    padding: 0 3px;
}
.forBox1 .forDiv .formIpt{
    width:100%;
    height: 100%;
    line-height: 20px;
    border: none;
    outline: none;
    padding-left: 10px;
	padding: 13px 0px 9px 0;
} 
.personalDl dd .perR .sexDd{
   line-height: 40px;
    overflow: hidden;
}
.personalDl dd .perR .sexDd .sex{
    float: left;
    display: inline;
    padding-left: 26px;
    background: url(../images/sel2.png) left center no-repeat;
    margin-left: 25px;
}

.personalDl dd .perR .sexDd .sex.hover{
    background: url(../images/sel1.png) left center no-repeat;
}
.classChage{
   margin-left: 155px;
    margin-right: 50px;
    background: #f5f5f5;
    height: 80px;
    padding: 20px 0;
}
.w_110{
    width: 110px;
    margin-right: 8px;
}
.btnDt{
    margin-left: 155px;
    width: 350px;
    height: 40px;
    line-height: 40px;
    background: #426cfe;
    text-align: center;
    border-radius: 2px;
}
.btnDt a{
    display: block;
    font-size: 16px;
    color: #fff;
}

/*修改密码*/
.personalDl dd .perL.perL1 .title{
    width: 80px;
}
.btnDt.btnDt1{
    margin-left:100px;
}
/*帮助中心*/
.textList dd{
    padding: 20px 10px;
    border-bottom: 1px solid #e6e6e6;
}
.textList dd .title{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.textList dd .title a{
    font-size: 18px;
    color: #000;
}
.textList dd:hover .title a{
    color: #426cfe;
}
.textList dd .txt{
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
/*下载工具*/
.changeTitle{
    height:70px;
    line-height: 70px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.changeUl li{
    float: left;
    display: inlien;
    width: 170px;
    height:68px;
    border: 1px solid #e6e6e6;
    margin-right: 20px;
    text-align: center;
    line-height: 68px;
    cursor: pointer;
}
.changeUl li:hover{
    border-color: #426cfe;
}
.changeUl li:hover a{
    color: #426cfe;
}
.changeUl li a{
    font-size: 16px;
    color: #666;
}

.changeUl li:nth-child(1) a{
    display: inline-block;
    padding-left: 60px;
    background: url(../images/qq.png) left center no-repeat; 
}
.changeUl li:nth-child(2) a{
    display: inline-block;
    padding-left: 60px;
    background: url(../images/wx.png) left center no-repeat;
}
.changeUl li:nth-child(3) a{
    display: inline-block;
    padding-left: 60px;
    background: url(../images/sky.png) left center no-repeat;
}
/*用户投诉*/
.complianDl dd{
    float: left;
    display: inline;
    width: 50%;
    margin-bottom: 20px;
}
.complianDl dd .perL .title ,.complianDl dt .perL .title{
    width: 70px;
    text-align: right;
    font-size: 15px;
    color: #333;
    margin-right:20px;
    height: 40px;
    line-height: 40px;
}
.complianDl dt {
    line-height: 40px;
    overflow: hidden;
    width: 908px;
}
.complianDl dt .perR{
    overflow: hidden;
} 
.complianDl dt .perR .forBox1{
    height: 184px;
    padding: 5px;
}
.complianDl dt .perR .forBox1 .formArea{
    height: 184px;
    border: none;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    resize: none;
}
.changeBox .btnDt{
    margin: 0 auto;
}

/*老师版*/
.colorKuai{
    overflow: hidden;
}
.colorKuai li{
   float: left;
    display: block;
    font-size: 16px;
    color: #666;
    position: relative;
    padding-left: 30px;
    margin-right: 20px;
}
.colorKuai li:after{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}
.colorKuai li:nth-child(1):after{
    background: #426cfe;
}
.colorKuai li:nth-child(2):after{
    background: #e83fd1;
}
.colorKuai li:nth-child(3):after{
    background: #66d51b;
}
.tabmaxBox.hover .tableTime1{
 display: block;
}
.tableTime1{
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
    background: #f5f5f5;
    display: none;
}
.tableTime1.hover{
    display: block;
}
.tableTime1 .btnBox{
    height: 80px;
    overflow: hidden;
}
.tableTime1 .btnBox .btna{
    display: inline;
    float: left;
    width: 120px;
    height: 40px;
    border-radius: 2px;
    margin-left: 25px;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.tableTime1 .btnBox .btna a{
    display: block;
}
.tableTime1 .btnBox .btna.open a{
    background: #426cfe;
    color: #fff;
    border-radius: 2px;
}
.tableTime1 .btnBox .btna.close a{
    background: #e6e6e6;
    color: #666;
    border-radius: 2px;
}
.tableTime1 li.line{
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    float: left;
    display: inline;
    width: 171.14px;
    height: 50px;
}
.tableTime1 li.line:nth-child(7n+1){
    border-right: none;
}
.tableTime1 li.line .pointTime{
    font-size: 16px;
    color: #333;
    width: 50%;
    line-height: 50px;
    text-align: center;
}
.tableTime1 li.line  .btn {
    padding: 11px 0;
}
.tableTime1 li.line  .btn a{
    display: block;
    margin: 0 auto;
    line-height: 27px;
    width: 68px;
    height: 27px;
    background: #e6e6e6;
    overflow: hidden;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    color: #666;
}
.tableTime1 .line.open .btn a{
    background: #426cfe;
    color: #fff;
}
.tableTime1 .line.fixed{
    background: #e83fd1;
}
.tableTime1 .line.fixed .pointTime{
    font-size: 16px;
    color: #fff;
}
.tableTime1 .line.fixed .btn a{
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 85px;
}

.tableTime1 .line.temptroy{
    background: #426cfe;
}
.tableTime1 .line.temptroy .pointTime{
    font-size: 16px;
    color: #fff;
}
.tableTime1 .line.temptroy .btn a{
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 85px;
}
.tableTime1 .line.trial{
    background: #66d51b;
}
.tableTime1 .line.trial .pointTime{
    font-size: 16px;
    color: #fff;
}
.tableTime1 .line.trial .btn a{
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 85px;
}
.changeLayout1.changeLayoutNone .layout .tabox .tableCon{
    height: 98px;
}
.changeLayout1.changeLayoutNone .layout .tabox .tableCon dd {
    height: 98px;
    font-size: 24px;
    font-weight: bold;
    color: #666;
    text-align: center;
    padding-right: 10px;
    line-height: 98px;
    background: transparent;
}
.changeLayout1.changeLayoutNone .layout .tabox .tableCon dd:hover{
    background: #426cfe;
    color: #fff;
}
.changeLayout1.changeLayoutNone .layout .tabox .tableCon dd.hover{
    background: #426cfe;
    color: #fff;
}
.changeLayout1.changeLayoutNone .dataTitle{
    font-size: 20px;
    font-weight: bold;
}

/*老师的底部*/
.teacherfooter{
    height:52px;
    line-height: 52px;
    font-size: 12px;
    color: #999;
}
.teacherfooter .footerR a{
    font-size: 12px;
    color: #999;
}

/*学生信息*/
.teacherTab{
    overflow: hidden;
}
.teacherTab li{
    float: left;
    display: inline;
    overflow: hidden;
    width: 118px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f5f5f5;
    margin-right: 10px;
    border-radius: 3px;
}
.teacherTab li a{
    display: block;
    font-size: 14px;
    color: #666;
}
.teacherTab li.hover{
    background: #426cfe;
}
.teacherTab li.hover a{
    color: #fff;
}
.tacTab .tabDl dd{
    overflow: hidden;
}  
.tacTab .tabDl dd .name{
    width: 136px;
    height: 40px;
    font-size: 16px;
    color: #999;
    text-align: right;
    margin-right: 70px;
    line-height: 40px;
}
.tacTab .tabDl dd  .nameCon{
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 20px;
	padding:10px 0;
}
.centerTitle{
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    color: #333;
}
.studentDl dd{
    margin-bottom: 20px;
}
.studentDl dd .perL{
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    margin-right: 20px;
    font-size: 16px;
    color: #999;
}
.studentDl dd .perR .seljg{
    font-size: 16px;
    color: #333;
}
.stuBtn{
    width: 118px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 170px;
    background: #426cfe;
    border-radius: 3px;
}
.stuBtn a{
    display: block;
    font-size: 14px;
    color: #fff;
}

.tableDl1{
    overflow: hidden;
}
.tableDl1 dd{
    float: left;
    display: inline;
    width: 50%;
	margin: 10px 0;
}
.tableDl1 dd .con{
	margin-right: 30px;
}
.tabDl.tableDl1 dd .name{
    width: 150px;
    margin-right: 20px;
}
.tabDl.tableDl2 dd .name{
    width: 150px;
    margin-right: 20px;
}
.tableDl1 dd .nameCon{
	padding: 15px 30px 9px 10px;
    line-height: 20px;
    color: #666666;
    font-size: 13px;
    cursor: pointer;
    min-height: 20px;
	border: 1px solid #e6e6e6;
}
.tableDl1 dd .nameCon span{
	display: block;
	padding: 0 10px;
}
.w_400{
    width: 400px;
}
.w_440{
    width: 440px;
}
.tableDl2 dd{
	display: block;
	float: none;
}
.studentDl1 {
    overflow: hidden;
}
.studentDl1  dd{
    float: left;
    display: inline;
    width: 50%;
    margin-bottom: 20px;
}
.studentDl1  dd .perL{
    width: 150px;
    text-align: right;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    margin-right: 20px;
   
}
.studentDl1  dd .perR{
    overflow: hidden;
    margin-right: 30px;
}
.studentDl1  dt{
    overflow: hidden;
    width: 100%;
}
.studentDl1  dt .perL{
    width: 150px;
    text-align: right;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    margin-right: 20px;
}
.studentDl1  dt .perR{
    overflow: hidden;
    margin-right: 30px;
}
.plList{
    overflow: hidden;
    margin: 0 10px;
    font-size: 14px;
    line-height: 28px;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}
.plName{
    padding-right: 5px;
}
.plInfo{
    overflow: hidden;
    padding: 0 10px 0 0;
}
.plTime{
    font-size: 12px;
    color: #999;
}
.studentDl1  dt .perR .forBox1{
    height: 184px;
}
.studentDl1  dt .perR .formArea{
    width: 100%;
    height: 180px;
    line-height: 30px;
    outline: none;
    padding: 0 5px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
/*课件下载*/
.downDl{
    margin-right: -90px;
}
.downDl dd{
    float:left;
    display: inline;
    width: 50%;
    box-sizing: border-box;
    padding-right: 87px;
}
.downDl dd .perL{
    width: 135px;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #999;
}
.searchTitle{
    height: 38px;
    line-height: 38px;
    font-size: 24px;
    color: #333;
}
.changeBox .forBox1 em{
	width:30px;
    height:40px;
    cursor:pointer;
    background:url(../images/search.png) center center no-repeat;
}

/* .changeBox .forBox1 .forDiv{
	overflow:hidden;
} */
.downDL dd{
    height: 75px;
    line-height: 75px;
    overflow: hidden;
    border-bottom: 1px dashed #e6e6e6;
}
.downDL dd span{
    display: block;
    width: 25px;
    height: 75px;
}
.downDL dd span a{
    display: block;
    height: 75px;
    background: url(../images/down.png) center center no-repeat;
}
.downDL dd a{
    display: block;
    height: 75px;
    line-height: 75px;
    font-size: 14px;
    color: #666;
}
.downDL dd:hover a{
    color: #426cfe;
}

/*考勤*/
.cheakDl{ overflow: hidden; padding:50px 0; margin-bottom: 10px; }
.cheakDl dd{
    width: 33.3333%;
    line-height: 60px;
    overflow: hidden;
     position: relative;
    float: left;
    display: inline;
    text-align: center;
}
.cheakDl dd .classFiy{
    width: 160px;
    font-size: 16px;
    color: #333333;
    padding-left: 75px;
    background-repeat: no-repeat;
}
.cheakDl dd .classFiy.icn1{ background-image: url(../images/ficn1.png); background-position: left center;}
.cheakDl dd .classFiy.icn2{ background-image: url(../images/ficn2.png); background-position: left center;}
.cheakDl dd .classFiy.icn3{ background-image: url(../images/ficn3.png); background-position: left center;}
.cheakDl dd .classfiyCon{
    overflow: hidden;
    font-size: 20px;
    color: #666666;
    font-weight: bold;
}
.cheakDl dd .classfiyCon.que{
    color: #db0000;
}
.cheakDl dd .con{ display: inline-block; overflow: hidden;}
.cheakDl dd .con:after{ display: block; content: ''; position: absolute; right: 0px; border-right: 1px solid #dedede; top: 0px; height: 100%;}
.cheakDl dd:last-child .con:after{ display: none;} 

.cheakTabT{ overflow: hidden; padding: 20px 0; border-top: 1px solid #e6e6e6;}
.cheakTabT a{ float:left; display: inline; height: 45px; line-height: 45px; padding: 0 18px; margin-right: 10px; background: #f5f5f5; color: #666666; font-size: 15px;}
.cheakTabT a:hover{ color: #426cfe;}
.cheakTabT a.hover{ background: #426cfe; color: #FFF;}






.chageBox .title.w_100{
    width: 100px;
    text-align: left;
}
.chekInB{
    margin-left: 10px;
    width: 118px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 3px;
    background: #426cfe;
    text-align: center;
}
.chekInB a{
    display: block;
    color: #fff;
}
.cheakTable{
    width: 100%;
}
.cheakTable table{
    width: 100%;
}
.cheakTable table tr.colorBg{
    height:42px;
    line-height: 42px;
    background: #f5f5f5;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.cheakTable table tr.checkCon{
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #e6e6e6;
}

/*老师信息*/
.teacherInfor{
    margin-right: -50px;
}
.teacherInfor dd{
    float:left;
    display: inline;
    width: 50%;
    padding-right: 53px;
    box-sizing: border-box;
}
.personalDl.teacherInfor dd.perL{
    width: 200px;  
}
.personalDl.teacherInfor dd .title{
    width: 180px;
    font-size: 15px;
    color: #999;
}
.personalDl.teacherInfor dt {
    margin-bottom: 20px;
}

.personalDl.teacherInfor dt .title.title1{
    width: 180px;
    height: 120px;
    line-height: 120px;
    text-align: right;
    font-size: 15px;
    color: #999;
    margin-right: 20x;
}
.personalDl.teacherInfor dt .title.title2{
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 15px;
    color: #999;
    margin-right: 20x;
}
.personalDl.teacherInfor dt .perL .xin{
    width: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #db0000;
}
.personalDl.teacherInfor dt.dd2 .perR{
    overflow: hidden;
    width: 980px;
    line-height: 40px;
}
.personalDl.teacherInfor dt.dd2 .perR .forBox1{
    height: 184px;
    padding: 5px;
}
.personalDl.teacherInfor dt.dd2 .perR .forBox1 .formArea{
    height: 184px;
    border: none;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    resize: none;
}
.personalDl.teacherInfor dd.dd4 .forBox{
    padding: 0 10px;
    box-sizing: border-box;
}
.stuBtn.stuBtn1{
    margin-left: 200px;
}

/*订课通知*/
/*老师详情弹窗*/
.noticePop {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
    display: none;
    border-radius: 5px;
}

.noticePopCont {
    border: 10px solid #fff;
    border-radius: 3px;
    background: #fff;
    padding: 0 30px;
}
.moticTable{
    width: 100%;
    height: 400px;
    overflow-y: auto;  
}

.moticTable table{
    width: 100%;
}
.niticeTitle{
    padding-top: 50px;
    height: 70px;
    text-align: center;
    font-size: 24px;
    color: #333;
}
.moticTable table tr.title{
    height: 42px;
    line-height: 42px;
    background: #f5f5f5;
    text-align: center;
    font-size: 14px;
    color: #333;
} 
.moticTable table tr.con{
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
}
.moticTable table tr.con td span{
    display: block;
    height: 55px;
   /*  background: url(../images/qq.png) center center no-repeat; */
}

/*newsView*/

.news {
    padding: 10px 0px;
}

.articleBox {
    line-height: 36px;
    color: #666;
    font-size: 14px;
}

.articleBox img {
    max-width: 100%;
}

.articleTitle {
    clear: both;
    text-align: center;
    line-height: 35px;
    font-size: 26px;
    font-family: "microsoft yahei";
    color: #000000;
}

.articleTime {
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    padding: 10px 0 20px 0;
    text-align: center;
}

.artcon {
    display: inline-block;
}

.artcon .artfl {
    float: left;
    display: inline;
    font-size: 14px;
    color: #666;
}

.artC {
    margin-right: 10px;
}

.artShare .bdsharebuttonbox a {
    margin: 0 2px 2px 0 !important;
    height: 36px !important;
    width: 10px !important;
}

.artShare .bdsharebuttonbox a.bds_tsina {
    background: url(../images/wb.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_tqq {
    background: url(../images/tx.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_sqq {
    background: url(../images/qq.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_weixin {
    background: url(../images/wx.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_tsina:hover {
    background: url(../images/wb1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_tqq:hover {
    background: url(../images/tx1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_sqq:hover {
    background: url(../images/qq1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_weixin:hover {
    background: url(../images/wx1.png) center center no-repeat;
}

.pageUp {
    display: block;
    line-height: 38px;
    padding: 10px 0 20px 0;
    border-top: 1px solid #f0f0f0;
    color: #333333;
    font-size: 14px;
}

.share {
    display: block;
    clear: both;
    padding: 10px 0;
}

.articlePage {
    clear: both;
    height: 30px;
    text-align: center;
    font-family: Arial;
}

.articlePage a {
    margin: 0 1px;
    background: #ccc;
    padding: 5px 10px;
}

.articlePage a:hover {
    color: #fff;
    background: #1e8ddc;
}

.articlePage a.hover {
    color: #fff;
    background: #1e8ddc;
}

/**
 * 文章阅读页-内容上部大图
 */

#play {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 5px;
    margin: 20px auto 0 auto;
}

#play .change_a {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background: url(about:blank);
}

#play .prev_a {
    left: 0;
}

#play .next_a {
    right: 0
}

#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}

#play .prev_a span {
    background: url(../images/file/article_icon.png) no-repeat 0px -50px;
    left: 0;
}

#play .next_a span {
    background: url(../images/file/article_icon.png) no-repeat -30px -50px;
    right: 0;
}

#play .img_ul {
    position: relative;
    z-index: 1;
    width: 600px;
    height: 400px;
}

#play .img_ul li {
    position: relative;
    z-index: 1;
    width: 600px;
    height: 400px;
    background: #fff;
    margin: 0 0 5px 0;
}

#play .img_ul li img {
    position: absolute;
}

.imgMove {
    width: 600px;
    clear: both;
    margin: 20px auto;
    position: relative;
}

.img_hd {
    margin: 0 auto;
    overflow: hidden;
    height: 60px;
    position: relative;
}

.img_hd ul {
    position: absolute;
    z-index: 1
}

.img_hd ul li {
    float: left;
    height: 47px;
    width: 70px;
    padding: 3px;
    margin: 0 7px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d4d4d4;
    position: relative;
}

.img_hd ul li p {
    height: 47px;
    width: 70px;
    display: block;
    background: #fff;
    position: relative;
}

.img_hd ul li i {
    display: block;
    clear: both;
    line-height: 20px;
    padding: 0 5px;
    background: #000;
    color: #fff;
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 99999999999999;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
}

.img_hd ul li img {
    position: absolute;
    height: 47px;
    width: 70px;
}

.img_hd ul li.on {
    border: 1px solid #1e8ddc;
    background: #1e8ddc;
}

.imgMove .bottom_a {
    width: 20px;
    height: 25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float: left;
    top: 15px;
    position: absolute;
    z-index: 9999999999999;
    background: url(../images/file/article_icon.png) no-repeat;
}

.imgMove .prev_a {
    background-position: left top;
    left: 0;
}

.imgMove .next_a {
    background-position: right top;
    right: 0;
}

.articleHand {
    clear: both;
    font-size: 16px;
    padding: 10px 0px 20px 0;
    overflow: hidden;
}

.articleHand a {
    display: block;
    line-height: 32px;
    padding: 0 20px 10px 30px;
    float: left;
    background: url(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
    background: url(../images/file/word.png) no-repeat left 3px;
    color: #37a6ff !important;
}

.articleHand a.ppt {
    background: url(../images/file/ppt.png) no-repeat left center;
    color: #ff7735 !important;
}

.articleHand a.excel {
    background: url(../images/file/excel.png) no-repeat left center;
    color: #15bf44 !important;
}

.articleHand a.pdf {
    background: url(../images/file/pdf.png) no-repeat left center;
    color: #1369c0 !important;
}

.articleHand a.zip {
    background: url(../images/file/zip.png) no-repeat left 3px;
    color: #ff9779 !important;
}

.shareBox {
    height: 40px;
    overflow: hidden;
    background: #f1f1f1;
}

.shareBoxL {
    float: left;
    padding: 0 0 0 20px;
}

.shareBoxL B {
    display: block;
    line-height: 40px;
    float: left;
}

.bdsharebuttonbox {
    float: left;
    padding: 6px 0 0 10px;
}

.shareBoxR {
    line-height: 40px;
    float: right;
    padding: 0 20px 0 0;
    font-size: 14px;
    color: #000;
}
.textDl dd{
    height:42px;
    line-height: 42px;
    border-bottom: 1px solid #e6e6e6;
}
.textDl dd a{
    display: block;
}
.textDl dd:hover .text{
    color: #426cfe;
}

.textDl dd{
    height:42px;
    line-height: 42px;
    border-bottom: 1px solid #e6e6e6;
    overflow:hidden;
}
.textDl dd a{
    display: block;
    overflow:hidden;
}
.textDl dd .text{
    font-size: 16x;
    color: #333;
}
.textDl dd:hover .text{
    color: #426cfe;
}
.textDl dd a.downIcon{
	display:block;
	width:30px;
	height:42px;
	 background: url(../images/down1.png) center right no-repeat;
}
/*单篇+文章页end*/
/*老师管理start*/
.mengColor{
    overflow: hidden;
}
.mengColor dd{
    float: left;
    display: inline;
    padding-left: 30px;
    margin-right: 25px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    position: relative;
}
.mengColor dd:after{
    display: block;
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 6px;
    background: #000;
}
.mengColor dd:nth-child(1):after{
    background: #426cfe;
}
.mengColor dd:nth-child(2):after{
    background: #e83fd1;
}
.mengColor dd:nth-child(3):after{
    background: #66d51b;
}
.mengTable{
    width:100%;
    border-collapse: collapse;
}
.mengentTable .mengTable tr td{  
    border: 1px solid #e6e6e6;
}
.mengentTable .mengTable .mengenTitle{
    height: 110px;
    text-align: center;
}
.mengentTable .mengTable .mengenTitle span{
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.mengentTable .mengTable .mengenTitle div{
	height:30px;
	line-height:30px;
}
.mengentTable .mengTable .mengenTitle div a{
	height:100%;
	padding:5px 8px;
	background:#426cfe;
	color:#fff;
}
.mengentTable .mengTable .contentTr{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.mengentTable .mengTable .contentTr td .timeT{
    font-size: 14px;
    color: #333;
    line-height: 50px;
}
.mengentTable .mengTable .contentTr td .classState{
    width: 70px;
    height: 26px;
    margin: 0 auto;
    background: #f5f5f5;
    border-radius: 2px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}
.mengentTable .mengTable .contentTr td .classState.hover{
    background: #426cfe;
    color: #fff;
}
.mengentTable .mengTable .contentTr td .classState.temp{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #426cfe;
    color: #fff;
    font-weight: bold;
}
.mengentTable .mengTable .contentTr td .classState a{
    display: block;
}
.mengentTable .mengTable .contentTr td .classState.fixed{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #e83fd1;
    color: #fff;
    font-weight: bold;
}
.mengentTable .mengTable .contentTr td .classState.tril{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #66d51b;
    color: #fff;
    font-weight: bold;
}
.ruesh{
	height: 50px;
	line-height: 50px;
}
.ruesh a{
	display: block;
	width: 150px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/resfuh.png) left center no-repeat;
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 50px;
}
/*老师管理end*/
/*
-----------------------------内页样式end-----------------------------
*/
.checkqq{ display: inline-block; width: 50px; height: 50px;background: url(../images/qq.png) center center no-repeat; background-size: auto 17px;}
.checkwx{ display: inline-block; width: 50px; height: 50px;background: url(../images/wx.png) center center no-repeat; background-size: auto 17px;}
.checkSkypoe{ display: inline-block; width: 50px; height: 50px;background: url(../images/sky.png) center center no-repeat; background-size: auto 17px;}
.checkeditBox{ display: inline-block; position: relative;}
.checkedit{ display: inline-block; width: 25px; height: 25px;background: url(../images/f_edit.png) center center no-repeat; cursor: pointer; position: absolute; right: -25px; top: 10px;}

.fradio{ overflow: hidden; font-size: 0px; text-align: center; padding-top: 60px;}
.fradio dd{ display: inline-block; height: 45px; line-height: 45px; font-size: 16px; color: #333333; padding-left: 36px; margin: 0 30px; background: url(../images/fradio.png) no-repeat left center; cursor: pointer;}
.fradio dd.selected{background: url(../images/fradioh.png) no-repeat left center;}


/*评价start*/
.evaluateTitle{
	height:50px;
	line-height: 50px;
	border-bottom: 2px solid #e6e6e6;
	font-size: 16px;
}
.evaluate{
	padding:0 0 30px;
}
.evaluate dd{
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
}
.evaluate .title{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	background: #f2f2f2;
	overflow: hidden;
	padding: 0 20px;
}
.evaluate .title .name{
	font-size: 14px;
	color: #666;
}
.evaluate .title .time{
	font-size: 12px;
	color: #999;
}
.evaluate .con{
	padding: 0 20px;
	line-height: 30px;
	font-size: 14px;
	color: #777;
}
/*评价end*/</pre></body></html>